body {
  margin: 0;
  padding: 0;
  background-color: #333333;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hassel-general-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
  background-color: #195fad;
  z-index: -99999999999;
}

.hassel-general-container .hassel-sub-container {
  width: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hassel-sub-container p {
  font-size: 18px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

p {
  font-family: sans-serif;
}

.image {
  width: 40px;
}

.image img {
  width: 100%;
  height: auto;
}

.hasel-icon-container {
  background-color: none;
}

.hasel-icon-container i {
  font-size: 80px;
  color: white;
}

.general-text-container1 {
  width: 90%;
  margin: auto;
}

.con {
  line-height: 30px;
  margin: 20px 0 30px 0;
}

#marginh2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Times New Roman";
  font-size: 18px;
  font-weight: 100;
}

p {
  color: white;
  font-size: 14px;
  line-height: 30px !important;
}

#mar {
  margin-bottom: 50px;
}

.general-text-container2 {
  width: 90%;
  margin: auto;
}

.general-text-container3 {
  width: 90%;
  margin: auto;
}

h2 {
  color: white;
  text-decoration: underline;
}

ol {
  color: white;
  margin: 0;
  padding: 0 25px;
  margin: 30px 0 50px 0px;
}

hr {
  border: 1px solid #5e5d5d;
  margin: 50px 0;
}

ol li {
  font-family: helvetica;
  color: white;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 4px;
  list-style-type: decimal;
}

nav > *:nth-child(3) {
  -webkit-animation-name: menu;
          animation-name: menu;
  -webkit-animation-duration: 0 !important;
          animation-duration: 0 !important;
  -webkit-animation-delay: 0 !important;
          animation-delay: 0 !important;
  visibility: hidden;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translateX(500px);
          transform: translateX(500px);
}

nav > *:nth-child(2) {
  -webkit-animation-name: menu;
          animation-name: menu;
  -webkit-animation-duration: 0 !important;
          animation-duration: 0 !important;
  -webkit-animation-delay: 0 !important;
          animation-delay: 0 !important;
  visibility: hidden;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translateX(500px);
          transform: translateX(500px);
}

nav > *:nth-child(1) {
  -webkit-animation-name: menu;
          animation-name: menu;
  -webkit-animation-duration: 0 !important;
          animation-duration: 0 !important;
  -webkit-animation-delay: 0 !important;
          animation-delay: 0 !important;
  visibility: hidden;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translateX(500px);
          transform: translateX(500px);
}
/*# sourceMappingURL=faqs.css.map */